home *** CD-ROM | disk | other *** search
/ IRIX 6.5 Applications 1998 June / SGI IRIX 6.5 Applications 1998 June.iso / dist / demos.idb / usr / demos / .login.z / .login (.txt)
Text File  |  1998-05-22  |  396b  |  18 lines

  1.  
  2.  
  3. if (-t 0) then
  4.     stty intr ^C erase ^H kill ^U -tabs -parenb cs8
  5. endif
  6.  
  7. if (!($?DISPLAY)) then
  8.     if ($?REMOTEHOST) then
  9.         setenv DISPLAY "$REMOTEHOST":0
  10.     else
  11.         setenv DISPLAY :0
  12.    endif
  13. endif
  14.  
  15. setenv EXINIT 'set autoindent shiftwidth=4 showmatch'
  16.  
  17. setenv PATH :./:/usr/demos:/usr/demos/bin:/usr/demos/IndiZone:/usr/bsd:/usr/bin:/usr/bin/X11:/usr/sbin:/usr/local/bin:/usr/local/etc:/bin:/etc
  18.